Autogenerated HTML docs for v1.5.0-rc3-39-gec804
diff --git a/tutorial.html b/tutorial.html index 34b45f6..59b541e 100644 --- a/tutorial.html +++ b/tutorial.html
@@ -648,9 +648,9 @@ <p>Be careful with that last command: in addition to losing any changes in the working directory, it will also remove all later commits from this branch. If this branch is the only branch containing those -commits, they will be lost. (Also, don't use "git reset" on a -publicly-visible branch that other developers pull from, as git will -be confused by history that disappears in this way.)</p> +commits, they will be lost. Also, don't use "git reset" on a +publicly-visible branch that other developers pull from, as it will +force needless merges on other developers to clean up the history.</p> <p>The git grep command can search for strings in any version of your project, so</p> <div class="listingblock"> @@ -779,7 +779,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 03-Feb-2007 08:07:23 UTC +Last updated 04-Feb-2007 08:31:49 UTC </div> </div> </body>